home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
El Mac 7
/
El Mac 7.iso
/
Infotenimiento
/
Makers of the 20th Century
/
Data
/
POWER.DIR
/
00059.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-14
|
289 b
|
18 lines
on exitFrame
repeat with i = 5 to 14
if i = 10 then
next repeat
end if
if rollOver(i) then
if i < 10 then
go(marker(0) + (i - 4))
else
go(marker(0) + (i - 5))
end if
exit
end if
end repeat
rollOvers()
go(the frame)
end